﻿2026-06-21T04:46:42.1840413Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-21T04:46:42.1840802Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-21T04:46:42.1841075Z [36;1m$PIN = "0c95435"[0m
2026-06-21T04:46:42.1841360Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-21T04:46:42.1841617Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-21T04:46:42.1842009Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-21T04:46:42.1842444Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-21T04:46:42.1842769Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-21T04:46:42.1843060Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-21T04:46:42.1843368Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-21T04:46:42.1843671Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-21T04:46:42.1843965Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-21T04:46:42.1844351Z [36;1m}[0m
2026-06-21T04:46:42.1844518Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-21T04:46:42.1844809Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T04:46:42.1912863Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-21T04:46:42.1913172Z ##[endgroup]
2026-06-21T04:46:43.0525291Z    Compiling proc-macro2 v1.0.106
2026-06-21T04:46:43.0525632Z    Compiling quote v1.0.45
2026-06-21T04:46:43.0525856Z    Compiling unicode-ident v1.0.24
2026-06-21T04:46:43.0526071Z    Compiling cfg-if v1.0.4
2026-06-21T04:46:43.0526480Z    Compiling serde_core v1.0.228
2026-06-21T04:46:43.0526781Z    Compiling serde v1.0.228
2026-06-21T04:46:43.0527074Z    Compiling windows-link v0.2.1
2026-06-21T04:46:43.0527361Z    Compiling typenum v1.20.1
2026-06-21T04:46:43.0527746Z    Compiling portable-atomic v1.13.1
2026-06-21T04:46:43.0528127Z    Compiling getrandom v0.3.4
2026-06-21T04:46:43.0528446Z    Compiling version_check v0.9.5
2026-06-21T04:46:43.0528858Z    Compiling pin-project-lite v0.2.17
2026-06-21T04:46:43.0529225Z    Compiling memchr v2.8.1
2026-06-21T04:46:43.0529524Z    Compiling find-msvc-tools v0.1.9
2026-06-21T04:46:43.0531707Z    Compiling shlex v2.0.1
2026-06-21T04:46:43.0532072Z    Compiling critical-section v1.2.0
2026-06-21T04:46:43.1340752Z    Compiling windows-sys v0.61.2
2026-06-21T04:46:43.1583706Z    Compiling subtle v2.6.1
2026-06-21T04:46:43.2100568Z    Compiling equivalent v1.0.2
2026-06-21T04:46:43.2107822Z    Compiling futures-core v0.3.32
2026-06-21T04:46:43.2863427Z    Compiling smallvec v1.15.1
2026-06-21T04:46:43.2923911Z    Compiling bytes v1.11.1
2026-06-21T04:46:43.3342634Z    Compiling itoa v1.0.18
2026-06-21T04:46:43.3780157Z    Compiling semver v1.0.28
2026-06-21T04:46:43.4102427Z    Compiling stable_deref_trait v1.2.1
2026-06-21T04:46:43.4818776Z    Compiling log v0.4.32
2026-06-21T04:46:43.4834765Z    Compiling generic-array v0.14.7
2026-06-21T04:46:43.5103364Z    Compiling slab v0.4.12
2026-06-21T04:46:43.5213672Z    Compiling futures-io v0.3.32
2026-06-21T04:46:43.6706898Z    Compiling rustc_version v0.4.1
2026-06-21T04:46:43.6824169Z    Compiling futures-sink v0.3.32
2026-06-21T04:46:43.6884627Z    Compiling hashbrown v0.17.1
2026-06-21T04:46:43.7230516Z    Compiling rustversion v1.0.22
2026-06-21T04:46:43.7675350Z    Compiling futures-channel v0.3.32
2026-06-21T04:46:43.9460030Z    Compiling futures-task v0.3.32
2026-06-21T04:46:44.0037700Z    Compiling getrandom v0.2.17
2026-06-21T04:46:44.0751404Z    Compiling cpufeatures v0.2.17
2026-06-21T04:46:44.1346064Z    Compiling fnv v1.0.7
2026-06-21T04:46:44.1499903Z    Compiling libc v0.2.186
2026-06-21T04:46:44.1529900Z    Compiling strsim v0.11.1
2026-06-21T04:46:44.1535625Z    Compiling rand_core v0.10.1
2026-06-21T04:46:44.1776009Z    Compiling cfg_aliases v0.2.1
2026-06-21T04:46:44.1967371Z    Compiling autocfg v1.5.1
2026-06-21T04:46:44.2341444Z    Compiling writeable v0.6.3
2026-06-21T04:46:44.2480570Z    Compiling litemap v0.8.2
2026-06-21T04:46:46.1244568Z    Compiling indexmap v2.14.0
2026-06-21T04:46:46.1307082Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T04:46:46.1566310Z    Compiling fs_extra v1.3.0
2026-06-21T04:46:46.1825516Z    Compiling icu_properties_data v2.2.0
2026-06-21T04:46:48.7981813Z    Compiling getrandom v0.4.2
2026-06-21T04:46:48.8171719Z    Compiling ident_case v1.0.1
2026-06-21T04:46:48.8544732Z    Compiling dunce v1.0.5
2026-06-21T04:46:48.9197021Z    Compiling utf8_iter v1.0.4
2026-06-21T04:46:48.9969255Z    Compiling percent-encoding v2.3.2
2026-06-21T04:46:49.0503442Z    Compiling http v1.4.1
2026-06-21T04:46:49.1600344Z    Compiling socket2 v0.6.4
2026-06-21T04:46:49.2328920Z    Compiling mio v1.2.1
2026-06-21T04:46:49.6420441Z    Compiling unicode-segmentation v1.13.3
2026-06-21T04:46:49.6487380Z    Compiling cpufeatures v0.3.0
2026-06-21T04:46:49.7925480Z    Compiling thiserror v2.0.18
2026-06-21T04:46:50.1348258Z    Compiling aws-lc-rs v1.17.0
2026-06-21T04:46:50.1591418Z    Compiling scopeguard v1.2.0
2026-06-21T04:46:50.2213832Z    Compiling form_urlencoded v1.2.2
2026-06-21T04:46:50.2911139Z    Compiling lock_api v0.4.14
2026-06-21T04:46:50.2969365Z    Compiling chacha20 v0.10.0
2026-06-21T04:46:50.3876441Z    Compiling jobserver v0.1.34
2026-06-21T04:46:50.4044289Z    Compiling winapi v0.3.9
2026-06-21T04:46:50.5519433Z    Compiling cc v1.2.63
2026-06-21T04:46:50.6998525Z    Compiling bitflags v2.12.1
2026-06-21T04:46:50.7157278Z    Compiling untrusted v0.9.0
2026-06-21T04:46:50.7419220Z    Compiling num-traits v0.2.19
2026-06-21T04:46:50.9222973Z    Compiling crypto-common v0.1.7
2026-06-21T04:46:50.9389809Z    Compiling block-buffer v0.10.4
2026-06-21T04:46:50.9824440Z    Compiling windows-strings v0.5.1
2026-06-21T04:46:51.0163817Z    Compiling syn v2.0.117
2026-06-21T04:46:51.1220738Z    Compiling windows-result v0.4.1
2026-06-21T04:46:51.1271742Z    Compiling heck v0.5.0
2026-06-21T04:46:51.1590286Z    Compiling rustls v0.23.40
2026-06-21T04:46:51.1653463Z    Compiling convert_case v0.10.0
2026-06-21T04:46:51.1911567Z    Compiling const-oid v0.10.2
2026-06-21T04:46:51.2367981Z    Compiling digest v0.10.7
2026-06-21T04:46:51.2729882Z    Compiling rand v0.10.1
2026-06-21T04:46:51.3310464Z    Compiling unicode-xid v0.2.6
2026-06-21T04:46:51.4862980Z    Compiling cmake v0.1.58
2026-06-21T04:46:51.7220662Z    Compiling atomic-waker v1.1.2
2026-06-21T04:46:51.8444443Z    Compiling anyhow v1.0.102
2026-06-21T04:46:52.1016752Z    Compiling httparse v1.10.1
2026-06-21T04:46:52.1059532Z    Compiling zerocopy v0.8.50
2026-06-21T04:46:52.1860407Z    Compiling parking_lot_core v0.9.12
2026-06-21T04:46:52.2296259Z    Compiling http-body v1.0.1
2026-06-21T04:46:52.2320869Z    Compiling hybrid-array v0.4.12
2026-06-21T04:46:52.2520719Z    Compiling curve25519-dalek v4.1.3
2026-06-21T04:46:52.4752876Z    Compiling ahash v0.8.12
2026-06-21T04:46:52.4852057Z    Compiling fastrand v2.4.1
2026-06-21T04:46:52.4871933Z    Compiling aws-lc-sys v0.41.0
2026-06-21T04:46:52.4953754Z    Compiling ring v0.17.14
2026-06-21T04:46:52.5113171Z    Compiling base64ct v1.8.3
2026-06-21T04:46:52.7453720Z    Compiling either v1.16.0
2026-06-21T04:46:52.7710301Z    Compiling powerfmt v0.2.0
2026-06-21T04:46:52.9529549Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T04:46:53.0214581Z    Compiling deranged v0.5.8
2026-06-21T04:46:53.0388145Z    Compiling rand_core v0.6.4
2026-06-21T04:46:53.0430431Z    Compiling tinyvec_macros v0.1.1
2026-06-21T04:46:53.0589950Z    Compiling tower-service v0.3.3
2026-06-21T04:46:53.1151357Z    Compiling pkg-config v0.3.33
2026-06-21T04:46:53.1527682Z    Compiling zmij v1.0.21
2026-06-21T04:46:53.3040720Z    Compiling num-conv v0.2.2
2026-06-21T04:46:53.3225177Z    Compiling time-core v0.1.8
2026-06-21T04:46:53.3886666Z    Compiling vcpkg v0.2.15
2026-06-21T04:46:53.5275859Z    Compiling data-encoding v2.11.0
2026-06-21T04:46:53.5572378Z    Compiling base64 v0.22.1
2026-06-21T04:46:53.5911269Z    Compiling try-lock v0.2.5
2026-06-21T04:46:53.5965366Z    Compiling parking_lot v0.12.5
2026-06-21T04:46:53.7616056Z    Compiling tinyvec v1.11.0
2026-06-21T04:46:54.0434976Z    Compiling crypto-common v0.2.2
2026-06-21T04:46:54.1274940Z    Compiling block-buffer v0.12.0
2026-06-21T04:46:54.1492184Z    Compiling sha2 v0.10.9
2026-06-21T04:46:54.1809125Z    Compiling want v0.3.1
2026-06-21T04:46:54.1948630Z    Compiling vergen-lib v9.1.0
2026-06-21T04:46:54.3871026Z    Compiling inout v0.1.4
2026-06-21T04:46:54.5016446Z    Compiling n0-future v0.3.2
2026-06-21T04:46:54.5196614Z    Compiling httpdate v1.0.3
2026-06-21T04:46:54.6004011Z    Compiling signature v2.2.0
2026-06-21T04:46:54.6757970Z    Compiling diatomic-waker v0.2.3
2026-06-21T04:46:54.6837806Z    Compiling serde_json v1.0.150
2026-06-21T04:46:54.7696345Z    Compiling winnow v1.0.3
2026-06-21T04:46:54.8160629Z    Compiling parking v2.2.1
2026-06-21T04:46:54.8605375Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-21T04:46:54.8753440Z    Compiling crossbeam-utils v0.8.21
2026-06-21T04:46:54.8911678Z    Compiling spin v0.10.0
2026-06-21T04:46:54.8930534Z    Compiling cordyceps v0.3.4
2026-06-21T04:46:54.9190024Z    Compiling futures-lite v2.6.1
2026-06-21T04:46:54.9248245Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T04:46:54.9456784Z    Compiling synstructure v0.13.2
2026-06-21T04:46:54.9918123Z    Compiling darling_core v0.20.11
2026-06-21T04:46:55.1289894Z    Compiling ed25519 v2.2.3
2026-06-21T04:46:55.1819317Z    Compiling digest v0.11.3
2026-06-21T04:46:55.2824028Z    Compiling futures-buffered v0.2.13
2026-06-21T04:46:55.3493628Z    Compiling cipher v0.4.4
2026-06-21T04:46:55.4327654Z    Compiling vergen v9.1.0
2026-06-21T04:46:55.4872289Z    Compiling vergen-lib v0.1.6
2026-06-21T04:46:55.5051329Z    Compiling universal-hash v0.5.1
2026-06-21T04:46:55.7013502Z    Compiling noq-udp v0.10.0
2026-06-21T04:46:55.7193253Z    Compiling heapless v0.7.17
2026-06-21T04:46:55.7197717Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T04:46:55.7878922Z    Compiling sync_wrapper v1.0.2
2026-06-21T04:46:55.8171735Z    Compiling byteorder v1.5.0
2026-06-21T04:46:55.8360569Z    Compiling opaque-debug v0.3.1
2026-06-21T04:46:55.9398833Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T04:46:55.9506878Z    Compiling allocator-api2 v0.2.21
2026-06-21T04:46:55.9507472Z    Compiling polyval v0.6.2
2026-06-21T04:46:56.0582539Z    Compiling hash32 v0.2.1
2026-06-21T04:46:56.2308481Z    Compiling vergen-gitcl v1.0.8
2026-06-21T04:46:56.2656852Z    Compiling spin v0.9.8
2026-06-21T04:46:56.3278624Z    Compiling windows-threading v0.2.1
2026-06-21T04:46:56.5086158Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T04:46:56.5466954Z    Compiling fallible-iterator v0.3.0
2026-06-21T04:46:56.6424339Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T04:46:56.6682530Z    Compiling ryu v1.0.23
2026-06-21T04:46:56.7397660Z    Compiling tower-layer v0.3.3
2026-06-21T04:46:56.8648810Z    Compiling signature v3.0.0
2026-06-21T04:46:56.9808527Z    Compiling windows-targets v0.52.6
2026-06-21T04:46:56.9858532Z    Compiling ghash v0.5.1
2026-06-21T04:46:57.0022871Z    Compiling ctr v0.9.2
2026-06-21T04:46:57.0500091Z    Compiling aes v0.8.4
2026-06-21T04:46:57.0774180Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T04:46:57.1159247Z    Compiling fs2 v0.4.3
2026-06-21T04:46:57.1180418Z    Compiling time v0.3.47
2026-06-21T04:46:57.1432948Z    Compiling http-body-util v0.1.3
2026-06-21T04:46:57.2636216Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T04:46:57.3679906Z    Compiling aead v0.5.2
2026-06-21T04:46:57.3761745Z    Compiling ipconfig v0.3.4
2026-06-21T04:46:57.4967414Z    Compiling serde_derive v1.0.228
2026-06-21T04:46:57.5541039Z    Compiling zeroize_derive v1.4.3
2026-06-21T04:46:57.6460766Z    Compiling zerofrom-derive v0.1.7
2026-06-21T04:46:57.6838030Z    Compiling tokio-macros v2.7.0
2026-06-21T04:46:57.6882681Z    Compiling yoke-derive v0.8.2
2026-06-21T04:46:57.8120096Z    Compiling futures-macro v0.3.32
2026-06-21T04:46:57.8500984Z    Compiling zerovec-derive v0.11.3
2026-06-21T04:46:57.9956989Z    Compiling displaydoc v0.2.6
2026-06-21T04:46:58.1516418Z    Compiling tracing-attributes v0.1.31
2026-06-21T04:46:58.4554701Z    Compiling zeroize v1.8.2
2026-06-21T04:46:58.5560156Z    Compiling thiserror-impl v2.0.18
2026-06-21T04:46:58.5772160Z    Compiling tokio v1.52.3
2026-06-21T04:46:58.7738490Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T04:46:58.8515542Z    Compiling rustls-pki-types v1.14.1
2026-06-21T04:46:58.8626835Z    Compiling darling_macro v0.20.11
2026-06-21T04:46:58.9335815Z    Compiling futures-util v0.3.32
2026-06-21T04:46:59.9446580Z    Compiling derive_more-impl v2.1.1
2026-06-21T04:47:00.1171758Z    Compiling spez v0.1.2
2026-06-21T04:47:00.3479763Z    Compiling windows-implement v0.60.2
2026-06-21T04:47:00.3609673Z    Compiling darling v0.20.11
2026-06-21T04:47:00.3610167Z    Compiling windows-interface v0.59.3
2026-06-21T04:47:00.3861028Z    Compiling zerofrom v0.1.8
2026-06-21T04:47:00.3937725Z    Compiling n0-error-macros v0.1.3
2026-06-21T04:47:00.6407704Z    Compiling derive_builder_core v0.20.2
2026-06-21T04:47:00.6630490Z    Compiling der v0.8.0-rc.10
2026-06-21T04:47:00.7862919Z    Compiling yoke v0.8.3
2026-06-21T04:47:00.8028844Z    Compiling pin-project-internal v1.1.13
2026-06-21T04:47:01.2712953Z    Compiling proc-macro-crate v3.5.0
2026-06-21T04:47:01.3025506Z    Compiling zerovec v0.11.6
2026-06-21T04:47:01.3748537Z    Compiling zerotrie v0.2.4
2026-06-21T04:47:01.4733982Z    Compiling windows-core v0.62.2
2026-06-21T04:47:01.6980806Z    Compiling n0-error v0.1.3
2026-06-21T04:47:01.8901242Z    Compiling cobs v0.3.0
2026-06-21T04:47:02.1678400Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T04:47:02.2768962Z    Compiling ed25519-dalek v2.2.0
2026-06-21T04:47:02.2802774Z    Compiling postcard-derive v0.2.2
2026-06-21T04:47:02.3705041Z    Compiling derive_builder_macro v0.20.2
2026-06-21T04:47:02.5964160Z    Compiling tinystr v0.8.3
2026-06-21T04:47:02.6068185Z    Compiling potential_utf v0.1.5
2026-06-21T04:47:02.6639699Z    Compiling pin-project v1.1.13
2026-06-21T04:47:02.8372206Z    Compiling icu_collections v2.2.0
2026-06-21T04:47:02.8525370Z    Compiling spki v0.8.0-rc.4
2026-06-21T04:47:02.8648744Z    Compiling icu_locale_core v2.2.0
2026-06-21T04:47:02.9068780Z    Compiling derive_builder v0.20.2
2026-06-21T04:47:02.9194381Z    Compiling windows-numerics v0.3.1
2026-06-21T04:47:02.9454347Z    Compiling windows-future v0.3.2
2026-06-21T04:47:03.0985872Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T04:47:03.1994658Z    Compiling ipnet v2.12.0
2026-06-21T04:47:03.4365486Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T04:47:03.4365986Z    Compiling windows-collections v0.3.2
2026-06-21T04:47:03.6947004Z    Compiling prefix-trie v0.8.4
2026-06-21T04:47:03.7521387Z    Compiling spt-proto v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-21T04:47:03.8078479Z    Compiling widestring v1.2.1
2026-06-21T04:47:03.8770882Z    Compiling once_cell v1.21.4
2026-06-21T04:47:04.1023106Z    Compiling chrono v0.4.45
2026-06-21T04:47:04.1095634Z    Compiling data-encoding-macro v0.1.20
2026-06-21T04:47:04.2084275Z    Compiling tracing-core v0.1.36
2026-06-21T04:47:04.2174630Z    Compiling postcard v1.1.3
2026-06-21T04:47:04.2225457Z    Compiling windows v0.62.2
2026-06-21T04:47:04.3300012Z    Compiling num_enum_derive v0.7.6
2026-06-21T04:47:04.5674046Z    Compiling icu_provider v2.2.0
2026-06-21T04:47:04.7280276Z    Compiling hashbrown v0.14.5
2026-06-21T04:47:04.9381742Z    Compiling tracing v0.1.44
2026-06-21T04:47:04.9612004Z    Compiling futures-executor v0.3.32
2026-06-21T04:47:05.0829960Z    Compiling icu_properties v2.2.0
2026-06-21T04:47:05.1404899Z    Compiling icu_normalizer v2.2.0
2026-06-21T04:47:05.2110801Z    Compiling derive_more v2.1.1
2026-06-21T04:47:05.2974429Z    Compiling futures v0.3.32
2026-06-21T04:47:05.3741260Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T04:47:05.6298224Z    Compiling hashlink v0.9.1
2026-06-21T04:47:05.6600076Z    Compiling aes-gcm v0.10.3
2026-06-21T04:47:05.6698420Z    Compiling async-trait v0.1.89
2026-06-21T04:47:05.7297943Z    Compiling enum-assoc v1.3.0
2026-06-21T04:47:05.7551251Z    Compiling strum_macros v0.28.0
2026-06-21T04:47:05.7859384Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T04:47:05.8967489Z    Compiling crossbeam-channel v0.5.15
2026-06-21T04:47:05.9944235Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T04:47:06.1252935Z    Compiling windows-sys v0.59.0
2026-06-21T04:47:06.2488273Z    Compiling rusqlite v0.32.1
2026-06-21T04:47:06.2956386Z    Compiling blake3 v1.8.5
2026-06-21T04:47:06.4066229Z    Compiling windows-registry v0.6.1
2026-06-21T04:47:06.6641636Z    Compiling idna_adapter v1.2.2
2026-06-21T04:47:06.6922448Z    Compiling uuid v1.23.2
2026-06-21T04:47:06.7679619Z    Compiling memoffset v0.6.5
2026-06-21T04:47:06.8290901Z    Compiling idna v1.1.0
2026-06-21T04:47:06.8545016Z    Compiling netwatch v0.16.0
2026-06-21T04:47:06.8871939Z    Compiling noq v0.18.0
2026-06-21T04:47:06.8979283Z    Compiling acto v0.8.2
2026-06-21T04:47:06.9571357Z    Compiling mac-addr v0.3.0
2026-06-21T04:47:06.9929243Z    Compiling thiserror v1.0.69
2026-06-21T04:47:07.1391794Z    Compiling xml-rs v0.8.28
2026-06-21T04:47:07.2348966Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T04:47:07.2462012Z    Compiling lru-slab v0.1.2
2026-06-21T04:47:07.2603654Z    Compiling rustc-hash v2.1.2
2026-06-21T04:47:07.2910428Z    Compiling identity-hash v0.1.0
2026-06-21T04:47:07.2938192Z    Compiling url v2.5.8
2026-06-21T04:47:07.3579483Z    Compiling foldhash v0.2.0
2026-06-21T04:47:07.4286037Z    Compiling tokio-util v0.7.18
2026-06-21T04:47:07.4286463Z    Compiling tower v0.5.3
2026-06-21T04:47:07.4483291Z    Compiling ref-cast v1.0.25
2026-06-21T04:47:07.4690043Z    Compiling tagptr v0.2.0
2026-06-21T04:47:07.5811051Z    Compiling spt-store v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-21T04:47:07.5886937Z    Compiling hashbrown v0.16.1
2026-06-21T04:47:07.7394844Z    Compiling moka v0.12.15
2026-06-21T04:47:07.9832704Z    Compiling netdev v0.42.0
2026-06-21T04:47:08.1922646Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T04:47:08.3143686Z    Compiling xmltree v0.10.3
2026-06-21T04:47:08.4812873Z    Compiling attohttpc v0.30.1
2026-06-21T04:47:08.6816578Z    Compiling tower-http v0.6.11
2026-06-21T04:47:08.7007554Z    Compiling iroh-base v0.98.0
2026-06-21T04:47:08.9457522Z    Compiling h2 v0.4.14
2026-06-21T04:47:09.0744169Z    Compiling strum v0.28.0
2026-06-21T04:47:09.2284265Z    Compiling n0-watcher v0.6.1
2026-06-21T04:47:09.2640179Z    Compiling tokio-stream v0.1.18
2026-06-21T04:47:09.4454625Z    Compiling iroh-metrics v0.38.3
2026-06-21T04:47:09.4532545Z    Compiling num_enum v0.7.6
2026-06-21T04:47:09.5564202Z    Compiling iroh-relay v0.98.0
2026-06-21T04:47:09.5947430Z    Compiling toml_datetime v0.6.11
2026-06-21T04:47:09.6719493Z    Compiling serde_spanned v0.6.9
2026-06-21T04:47:09.8266570Z    Compiling thiserror-impl v1.0.69
2026-06-21T04:47:09.9200317Z    Compiling ref-cast-impl v1.0.25
2026-06-21T04:47:09.9872391Z    Compiling serde_derive_internals v0.29.1
2026-06-21T04:47:10.0701680Z    Compiling serial-core v0.4.0
2026-06-21T04:47:10.1412497Z    Compiling spt-msg v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-21T04:47:10.1828801Z    Compiling simple-dns v0.9.3
2026-06-21T04:47:10.3257064Z    Compiling aho-corasick v1.1.4
2026-06-21T04:47:10.3534740Z    Compiling winnow v0.7.15
2026-06-21T04:47:10.5465584Z    Compiling regex-syntax v0.8.10
2026-06-21T04:47:10.6587456Z    Compiling constant_time_eq v0.4.2
2026-06-21T04:47:10.8955036Z    Compiling toml_write v0.1.2
2026-06-21T04:47:10.9642047Z    Compiling simdutf8 v0.1.5
2026-06-21T04:47:10.9748444Z    Compiling sha1_smol v1.0.1
2026-06-21T04:47:11.1802206Z    Compiling smol_str v0.1.24
2026-06-21T04:47:11.3044457Z    Compiling winreg v0.10.1
2026-06-21T04:47:11.3710707Z    Compiling arrayref v0.3.9
2026-06-21T04:47:11.4490175Z    Compiling arrayvec v0.7.6
2026-06-21T04:47:11.4873816Z    Compiling resolv-conf v0.7.6
2026-06-21T04:47:11.4953088Z    Compiling schemars_derive v1.2.1
2026-06-21T04:47:12.1218971Z    Compiling iroh-dns v0.98.0
2026-06-21T04:47:12.1817193Z    Compiling serial-windows v0.4.0
2026-06-21T04:47:12.2662616Z    Compiling lru v0.16.4
2026-06-21T04:47:12.5054491Z    Compiling webpki-roots v1.0.7
2026-06-21T04:47:12.5316342Z    Compiling toml_edit v0.22.27
2026-06-21T04:47:12.5688008Z    Compiling darling_core v0.23.0
2026-06-21T04:47:12.6937896Z    Compiling serde_bytes v0.11.19
2026-06-21T04:47:12.7057443Z    Compiling hmac v0.12.1
2026-06-21T04:47:12.7641813Z    Compiling seize v0.5.1
2026-06-21T04:47:12.8311295Z    Compiling iroh v0.98.2
2026-06-21T04:47:12.8920449Z    Compiling anstyle v1.0.14
2026-06-21T04:47:13.0113963Z    Compiling bitflags v1.3.2
2026-06-21T04:47:13.1277361Z    Compiling regex-automata v0.4.14
2026-06-21T04:47:13.1773388Z    Compiling lazy_static v1.5.0
2026-06-21T04:47:13.2215407Z    Compiling once_cell_polyfill v1.70.2
2026-06-21T04:47:13.2694734Z    Compiling pin-utils v0.1.0
2026-06-21T04:47:13.3042641Z    Compiling cmov v0.5.4
2026-06-21T04:47:13.3677148Z    Compiling dyn-clone v1.0.20
2026-06-21T04:47:13.3844795Z    Compiling utf8parse v0.2.2
2026-06-21T04:47:13.5521345Z    Compiling anstyle-parse v1.0.0
2026-06-21T04:47:13.5710747Z    Compiling nix v0.25.1
2026-06-21T04:47:13.5711253Z    Compiling anstyle-wincon v3.0.11
2026-06-21T04:47:13.6574641Z    Compiling hyper v1.10.1
2026-06-21T04:47:13.6980568Z    Compiling ctutils v0.4.2
2026-06-21T04:47:13.7624232Z    Compiling schemars v1.2.1
2026-06-21T04:47:13.8325566Z    Compiling shared_library v0.1.9
2026-06-21T04:47:13.8556995Z    Compiling papaya v0.2.4
2026-06-21T04:47:14.0964513Z    Compiling hkdf v0.12.4
2026-06-21T04:47:14.1387608Z    Compiling serial v0.4.0
2026-06-21T04:47:14.1984820Z    Compiling filedescriptor v0.8.3
2026-06-21T04:47:14.2698434Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T04:47:14.3253189Z    Compiling backon v1.6.0
2026-06-21T04:47:14.4745628Z    Compiling anstyle-query v1.1.5
2026-06-21T04:47:14.5434813Z    Compiling instability v0.3.12
2026-06-21T04:47:14.6412905Z    Compiling paste v1.0.15
2026-06-21T04:47:14.6676478Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T04:47:14.8082969Z    Compiling shell-words v1.1.1
2026-06-21T04:47:14.8235527Z    Compiling downcast-rs v1.2.1
2026-06-21T04:47:14.8664499Z    Compiling colorchoice v1.0.5
2026-06-21T04:47:14.9237516Z    Compiling foldhash v0.1.5
2026-06-21T04:47:14.9748036Z    Compiling portable-pty v0.8.1
2026-06-21T04:47:15.0226863Z    Compiling toml v0.8.23
2026-06-21T04:47:15.1120674Z    Compiling hashbrown v0.15.5
2026-06-21T04:47:15.1731338Z    Compiling anstream v1.0.0
2026-06-21T04:47:15.2755181Z    Compiling spake2 v0.4.0
2026-06-21T04:47:15.4947175Z    Compiling wmi v0.18.4
2026-06-21T04:47:15.7212352Z    Compiling strum_macros v0.26.4
2026-06-21T04:47:15.8959139Z    Compiling hyper-util v0.1.20
2026-06-21T04:47:15.9775223Z    Compiling crossterm_winapi v0.9.1
2026-06-21T04:47:16.0757596Z    Compiling regex v1.12.3
2026-06-21T04:47:16.2905901Z    Compiling itertools v0.13.0
2026-06-21T04:47:16.4996588Z    Compiling sha1 v0.10.6
2026-06-21T04:47:16.5472323Z    Compiling spt-runtime v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-21T04:47:16.8594544Z    Compiling castaway v0.2.4
2026-06-21T04:47:16.8718084Z    Compiling darling_macro v0.23.0
2026-06-21T04:47:16.8770723Z    Compiling terminal_size v0.4.4
2026-06-21T04:47:17.0411995Z    Compiling clap_lex v1.1.0
2026-06-21T04:47:17.0455836Z    Compiling indoc v2.0.7
2026-06-21T04:47:17.1337083Z    Compiling static_assertions v1.1.0
2026-06-21T04:47:17.3934638Z    Compiling unicode-width v0.1.14
2026-06-21T04:47:17.4125450Z    Compiling doctest-file v1.1.1
2026-06-21T04:47:17.4794179Z    Compiling darling v0.23.0
2026-06-21T04:47:17.5793803Z    Compiling recvmsg v1.0.0
2026-06-21T04:47:17.9057119Z    Compiling igd-next v0.17.1
2026-06-21T04:47:17.9937152Z    Compiling compact_str v0.8.2
2026-06-21T04:47:18.0339053Z    Compiling clap_builder v4.6.0
2026-06-21T04:47:18.1596471Z    Compiling strum v0.26.3
2026-06-21T04:47:18.3551933Z    Compiling unicode-truncate v1.1.0
2026-06-21T04:47:18.3580693Z    Compiling interprocess v2.4.2
2026-06-21T04:47:18.4998451Z    Compiling crossterm v0.28.1
2026-06-21T04:47:18.5801837Z    Compiling lru v0.12.5
2026-06-21T04:47:18.5999219Z    Compiling spt-term v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-21T04:47:18.6604160Z    Compiling clap_derive v4.6.1
2026-06-21T04:47:18.8387941Z    Compiling spt-live v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-21T04:47:19.0709808Z    Compiling error-code v3.3.2
2026-06-21T04:47:19.1543658Z    Compiling portmapper v0.16.0
2026-06-21T04:47:19.1825585Z    Compiling cassowary v0.3.0
2026-06-21T04:47:19.4308629Z    Compiling unicode-width v0.2.0
2026-06-21T04:47:19.5477665Z    Compiling clipboard-win v5.4.1
2026-06-21T04:47:19.8631884Z    Compiling nucleo-matcher v0.3.1
2026-06-21T04:47:19.9302810Z    Compiling ratatui v0.29.0
2026-06-21T04:47:19.9918179Z    Compiling qrcode v0.14.1
2026-06-21T04:47:20.1916656Z    Compiling tempfile v3.27.0
2026-06-21T04:47:21.0760770Z    Compiling clap v4.6.1
2026-06-21T04:47:34.2033362Z    Compiling rustls-webpki v0.103.13
2026-06-21T04:47:37.7060745Z    Compiling tokio-rustls v0.26.4
2026-06-21T04:47:37.7061157Z    Compiling noq-proto v0.17.0
2026-06-21T04:47:37.7061462Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T04:47:37.9025509Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T04:47:37.9026189Z    Compiling hyper-rustls v0.27.9
2026-06-21T04:47:37.9026515Z    Compiling tokio-websockets v0.13.2
2026-06-21T04:47:38.1497629Z    Compiling reqwest v0.13.4
2026-06-21T04:47:39.1875411Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T04:47:56.8105480Z    Compiling spt-net v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-21T04:47:58.3273025Z    Compiling spt-daemon v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-21T04:48:07.6587991Z    Compiling spt v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-21T04:48:14.7365070Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 32s
2026-06-21T04:48:14.7579284Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-0cc097b5ef582871.exe)
2026-06-21T04:48:14.8083314Z 
2026-06-21T04:48:14.8083756Z running 1 test
2026-06-21T04:48:22.7127251Z test new_brain_serves_against_old_broker ... ok
2026-06-21T04:48:22.7127590Z 
2026-06-21T04:48:22.7127964Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.90s
2026-06-21T04:48:22.7128405Z 
